home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / lisp / gcl-1.000 / gcl-1 / gcl-1.0 / h / rios.defs < prev    next >
Encoding:
Text File  |  1994-05-07  |  958 b   |  42 lines

  1. LBINDIR=/usr/bin
  2. #defs for the makefiles
  3.  
  4. RANLIB=true
  5. OFLAG    =  -O 
  6. LIBS    = -lm  -lg
  7.  
  8. LIBS    = -lm -bexport:${GCLDIR}/unixport/aix_exports 
  9. ODIR_DEBUG= 
  10.  
  11. SHELL=/bin/sh
  12. .IGNORE:
  13.  
  14. CC = cc -qlanglvl=ext -qnoprint -DCOM_LENG= -DVOL=volatile -I$(GCLDIR)/o   -bnso -bI:/lib/syscalls.exp -Wl,-D0 -H4096 -qchars=signed
  15.  
  16. LDCC = $(CC) -Wl,-bfilelist
  17.  
  18. # if you add to EXTRAS:
  19. # Remember you must add the names of any functions you want to reference
  20. # in lisp code, to unixport/aix_exports or add your own exports file to
  21. # LIBS above
  22. EXTRAS = $(ODIR)/ibmaix3.a
  23. EXTRA_OTARGETS = $(ODIR)/ibmaix3.a 
  24.  
  25. CFLAGS    = -c $(DEFS)  -I../h
  26.  
  27. # fast loading
  28. RSYM    = rsym
  29. SFASL    = $(ODIR)/sfasl.o
  30.  
  31. # When using SFASL it is good to have (si::build-symbol-table)
  32. INITFORM=(si::build-symbol-table)
  33.  
  34. # Use symbolic links
  35. SYMB=-s
  36.  
  37. MPFILES=${MPDIR}/mpi.o ${MPDIR}/lo-rios.o ${MPDIR}/mp_divul3_word.o ${MPDIR}/libmport.a
  38.  
  39. # version of gcl with -pg profiling.   (cd unixport ; make kcp)
  40. KCP=kcp-aix
  41.  
  42.